home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / InternetChooser.sit / Internet Chooser / Sample LDEFs 2.0 / (Sys 7) Icon LDEF / About Icon LDEF.txt next >
Text File  |  1995-06-27  |  762b  |  26 lines

  1. About Icon LDEF -
  2.  
  3.     Makes a list similar to the Chooser: a system 7 icon with text
  4.     underneath. Cell data should be of the format:
  5.     
  6.     
  7.         Displayable Cells:  4 Bytes, Icon Suite Handle
  8.                             ? Bytes, Title text data
  9.             
  10.               - or -
  11.     
  12.         Undisplayed Cells:  ? Bytes, Any data you want
  13.                 
  14.      
  15.     Because of the manner the icons are stored and displayed, the
  16.     LDEF requires System 7 or later. Placing a Nil handle in the
  17.     first 4 Bytes will leave the icon blank white.
  18.      
  19.     Do not let the system auto-calc the cell size (by passing size
  20.     (0,0)), or your icons wont fit. Cells should be around (40, 60) to 
  21.     accomodate the icons and titles.
  22.     
  23.     
  24. Matt Slot, fprefect@umich.edu - 6/27/95
  25. From the "Sample LDEFs" package.
  26.